Fundbux - Charity & Foundries HTML Template

Created: 20 Feb, 2021

24/7 Support: Send us a message

Thank you for purchasing our template. If you have any questions that are beyond the scope of this help file, please feel free to email us

  1. FTP Upload:
    • Open up your FTP manager and connect to your hosting
    • Browse to required directory (Normally public_html)
    • Upload the files inside Fundbux-html folder.
    <!-- Google Fonts
    ============================================ -->
    Chelsea Market - <link href='https://fonts.googleapis.com/css2?family=Chelsea+Market' rel='stylesheet' type='text/css'>
    DM Sans  - <link href='https://fonts.google.com/specimen/DM+Sans' rel='stylesheet' type='text/css'>

		
	
    <!-- ===========  All Stylesheet  ================= -->

    <!-- fontawesome css plugins 
    ============================================ -->
    <link rel="stylesheet" href="assets/css/font-awesome.min.css">

    <!-- metismenu CSS
    ============================================ -->
    <link rel="stylesheet" href="assets/css/metismenu.css">
    <
    !-- animate CSS
    ============================================ -->
    <link rel="stylesheet" href="assets/css/animate.css">

    <!-- magnific-popup CSS
    ============================================ -->
    <link rel="stylesheet" href="assets/css/magnific-popup.css">

    <!-- Owl Carousel CSS
    ============================================ -->
    <link rel="stylesheet" href="assets/css/owl.carousel.min.css">

    <!-- Owl Carousel CSS
    ============================================ -->
    <link rel="stylesheet" href="assets/css/owl.theme.css">

    <!-- helper CSS
    ============================================ -->
    <link href="assets/css/helper.css" rel="stylesheet">

    <!-- Bootstrap CSS
    ============================================ -->
    <link href="assets/css/bootstrap.min.css" rel="stylesheet">

    <!-- Template Style CSS
    ============================================ -->
    <link rel="stylesheet" href="assets/css/style.css">

    <!-- Style CSS
    ============================================ -->
    <link rel="stylesheet" href="style.css">

    <!-- All JS Plugins -->

    <!-- jQuery
    ============================================ -->
    <script src="assets/js/jquery-1.12.4.min.js"></script>

    <!-- Bootstrap
    ============================================ -->
    <script src="assets/js/bootstrap.min.js"></script>

    <!-- Others jQuery Plugins
    ============================================ -->
    <script src="assets/js/jquery.easing.1.3.js"></script>
    <script src="assets/js/popper.min.js"></script>
    <script src="assets/js/scrollUp.min.js"></script>
    <script src="assets/js/owl.carousel.min.js"></script>
    <script src="assets/js/magnific-popup.min.js"></script>
    <script src="assets/js/wow.min.js"></script>
    <script src="assets/js/metismenu.js"></script>
    <script src="assets/js/progresscircle.js"></script>
    <!-- Main JS
    ============================================ -->
    <script src="assets/js/active.js"></script>
	

How to Change Logo

How to Change Title

How to Change Favicon

How to Change Hero Sliders Section Homepage

How to Change Section Titile

How to Change Page Banner

How to Change Serivce

How to Change Single-skill Item

How to Change Blog Section Item

How to Change Mail Address with Your's - Open mail.php file and edit.

How to Change Social Links

How to Change Copyright

SCSS Structure

CSS Structure

I'm using One SCSS files in this template. You change the SCSS Code of style.scss file

=================================
|***    Table of contents:   ***|
=================================
1. General styles
2. Typography
3. Helpers
4. Preloader
5. Go up button
6. Header and navigation
7. Hero Section
8. About us
9. Causes
10. Fun facts
11. Events
12. Blog

*Note: Responsive css in style.css file bottom.

	

If you would like to edit a specific section of the site, simply find the appropriate label in the CSS file, and then scroll down until you find the appropriate style that needs to be edited.

Home Page Hero Sliders section CSS - find and change it on _hero.scss from "assets/scss" folder

	
  /* ----------------------------------
  Hero Section - Styles
------------------------------------ */

.hero-slider {

  &.hero-style-1 {
     .single-slide {
        position: relative;
        width: 100%;
        background-size: cover;         
        background-position: center;
        background-repeat: no-repeat;
        padding: 260px 0 310px;
        z-index: 1;         

        @media (max-width: 991px) {
           padding: 250px 0px;
        }

        @media (max-width: 767px) {            
           &::before {
              opacity: .5 !important;
           }

           h1 {
              font-size: 60px;
           }
        }

        @media (max-width: 500px) {
           padding: 200px 0px;
        }
        @media (max-width: 420px) {
           padding: 180px 0px;
        }

        @media (max-width: 767px) {
           h1 {
              padding-right: 50px;
              font-size: 50px;
              line-height: 1.3;
           }            
        }

        @media (max-width: 580px) {
           h1 {
              margin-right: 50px;
              font-size: 40px;
              line-height: 1.3;
           }            
        }

        @media (max-width: 500px) {
           h1 {
              padding: 0;               
              font-size: 40px;
              line-height: 1.3;
           }            
        }

        &::before {
           position: absolute;
           left: 0;
           content: "";
           top: 0;
           background: #121516;
           width: 100%;
           height: 100%;
           opacity: .4;
        }

        .sub-title {            
           h4 {
              position: relative;
              z-index: 1;
              font-size: 18px;
              padding: 13px 0px 20px;
              padding-right: 70px;               
              line-height: 1;
              
              @media (max-width: 580px) {
                 font-size: 16px;
                 padding-right: 0;
              }

              &::before {
                 position: absolute;
                 left: -50px;
                 content: "";
                 top: 0;                  
                 width: 100%;
                 height: 100%;
                 background: url('../img/home1/sub_title_bg.png') no-repeat;
                 z-index: -1;

                 @media (max-width: 767px) {
                    left: -30px;
                 }
                 @media (max-width: 580px) {
                    left: -20px;
                 }
              }
           }
        }

        .theme-btn {
           margin-top: 45px;

           @media (max-width: 580px) {
              margin-top: 20px;
           }
        }                  


     }
  }

  &.hero-style-2 {
     text-align: center;
     .single-slide {
        padding: 300px 0 360px;
        
        @media (max-width: 991px) {
           padding-top: 180px;
           padding-bottom: 200px;
        }                  
        
        @media (max-width: 757px) {
           padding-top: 200px;
           padding-bottom: 250px;
        }
        @media (max-width: 500px) {            
           padding-bottom: 200px;
        }
     }

     &::before {
        position: absolute;
        left: 0;
        content: "";
        top: 0;
        background: #121516;
        width: 100%;
        height: 100%;
        opacity: .50;
     }

     @media (max-width: 767px) {
        h1 {
           padding-right: 0px !important;
        }            
     }

     @media (max-width: 580px) {
        h1 {
           margin-right: 0px !important;
        }            
     }

     .sub-title {            
        h4 {
           &::before {
              display: none;
           }
        }
     }
  }

  &.hero-style-3 {
     text-align: center;
     .single-slide {
        padding: 370px 0 270px;
        z-index: 1;         
        
        @media (max-width: 991px) {
           padding-top: 270px;
           padding-bottom: 200px;
        }
        
        @media (max-width: 757px) {
           padding-top: 200px;            
        }
        
        &::before {
           position: absolute;
           left: 0;
           content: "";
           top: 0;
           background: #121516;
           width: 100%;
           height: 100%;
           opacity: .60 !important;
           z-index: -1;
        }
     }

     @media (max-width: 767px) {
        h1 {
           padding-right: 0px !important;
        }            
     }

     @media (max-width: 580px) {
        h1 {
           margin-right: 0px !important;
        }            
     }

     .sub-title {            
        h4 {
           &::before {
              display: none;
           }
        }
     }
  }


}

Change section padding CSS - find and change it on style.css or _variable.scss file from scss folder

.section-padding {
    padding: 120px 0px;
}

JavaScript Customization



Change The Carosuels & Others with your's choice

	
 
      $(window).on('load', function() {
        // Animate loader off screen
        $(".preloader").delay(500).fadeOut();                        
    });
    
    new WOW().init();

    $(".hero-slider-active, .hero-slider-two-active, .hero-slider-three-active").owlCarousel({        
        items: 1,     
        dots: false,
        loop: true,
        autoplayTimeout: 8000,
        autoplay:true,
        nav: true,
        animateOut: "slideOutDown",
        animateIn: "slideInDown",            
        navText: ['', ''],
    });

    $(".event-carousel-active").owlCarousel({                                                                
        responsive : {
            // breakpoint from 0 up
            0 : {
                items: 1
            },
            // breakpoint from 768 up
            480 : {
                items: 2
            },
            // breakpoint from 768 up
            768 : {
                items: 3
            },
            // breakpoint from 992 up
            992 : {
                items: 3
            },
            
            1191 : {
                items: 4
            },

            // breakpoint from 992 up
            1400 : {
                items: 5
            }
        }
    });


		

Credits And Sources

Once again thank you for purchasing one of our Templates

Best Regards

Modina Theme